return ((SwingBeanInfo)this).createBeanDescriptor(classJSlider, new Object[]{"preferred", Boolean.TRUE, "isContainer", Boolean.FALSE, "shortDescription", "A component that supports selecting a integer value from a range."});
public PropertyDescriptor[] getPropertyDescriptors() {
Object[] var1 = new Object[]{"VERTICAL", new Integer(1), "JSlider.VERTICAL", "HORIZONTAL", new Integer(0), "JSlider.HORIZONTAL"};
return new PropertyDescriptor[]{this.createPropertyDescriptor("UIClassID", new Object[]{"shortDescription", "UIClassID"}), this.createPropertyDescriptor("accessibleContext", new Object[]{"shortDescription", "accessibleContext"}), this.createPropertyDescriptor("UI", new Object[]{"bound", Boolean.TRUE, "hidden", Boolean.TRUE, "visualUpdate", Boolean.TRUE, "shortDescription", "The UI object that implements the slider's LookAndFeel."}), this.createPropertyDescriptor("value", new Object[]{"bound", Boolean.FALSE, "preferred", Boolean.TRUE, "shortDescription", "The sliders current value."}), this.createPropertyDescriptor("valueIsAdjusting", new Object[]{"bound", Boolean.FALSE, "expert", Boolean.TRUE, "shortDescription", "True if the slider knob is being dragged."}), this.createPropertyDescriptor("orientation", new Object[]{"bound", Boolean.TRUE, "enumerationValues", var1, "preferred", Boolean.TRUE, "visualUpdate", Boolean.TRUE, "shortDescription", "Set the scrollbars orientation to either VERTICAL or HORIZONTAL. "}), this.createPropertyDescriptor("inverted", new Object[]{"bound", Boolean.TRUE, "visualUpdate", Boolean.TRUE, "shortDescription", "If true reverses the slider values from their normal order"}), this.createPropertyDescriptor("extent", new Object[]{"bound", Boolean.FALSE, "expert", Boolean.TRUE, "shortDescription", "Size of the range covered by the knob."}), this.createPropertyDescriptor("maximum", new Object[]{"bound", Boolean.FALSE, "preferred", Boolean.TRUE, "shortDescription", "The sliders maximum value."}), this.createPropertyDescriptor("snapToTicks", new Object[]{"bound", Boolean.TRUE, "shortDescription", "If true snap the knob to the nearest tick mark."}), this.createPropertyDescriptor("minimum", new Object[]{"bound", Boolean.FALSE, "preferred", Boolean.TRUE, "shortDescription", "The sliders minimum value."}), this.createPropertyDescriptor("majorTickSpacing", new Object[]{"bound", Boolean.TRUE, "visualUpdate", Boolean.TRUE, "shortDescription", "Sets the number of values between major tick marks."}), this.createPropertyDescriptor("model", new Object[]{"bound", Boolean.TRUE, "shortDescription", "The sliders BoundedRangeModel."}), this.createPropertyDescriptor("paintTrack", new Object[]{"bound", Boolean.TRUE, "visualUpdate", Boolean.TRUE, "shortDescription", "If true, the track is painted on the slider."}), this.createPropertyDescriptor("labelTable", new Object[]{"bound", Boolean.TRUE, "hidden", Boolean.TRUE, "visualUpdate", Boolean.TRUE, "shortDescription", "Specifies what labels will be drawn for any given value."}), this.createPropertyDescriptor("paintTicks", new Object[]{"bound", Boolean.TRUE, "visualUpdate", Boolean.TRUE, "shortDescription", "If true tick marks are painted on the slider."}), this.createPropertyDescriptor("minorTickSpacing", new Object[]{"bound", Boolean.TRUE, "visualUpdate", Boolean.TRUE, "shortDescription", "Sets the number of values between minor tick marks."}), this.createPropertyDescriptor("paintLabels", new Object[]{"bound", Boolean.TRUE, "visualUpdate", Boolean.TRUE, "shortDescription", "If true labels are painted on the slider."})};